home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00073.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  222 b   |  14 lines

  1. on enterFrame
  2.   set the cursor of sprite 25 to 0
  3.   if rollOver(25) then
  4.     if the machineType = 256 then
  5.       installMenu(1)
  6.       exit
  7.     else
  8.       installMenu(135)
  9.       exit
  10.     end if
  11.   end if
  12.   installMenu(0)
  13. end
  14.